home *** CD-ROM | disk | FTP | other *** search
- Path: li.net!jeremy
- From: jeremy@newshost.li.net (Jeremy Markman)
- Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c
- Subject: Re: How do I link a library to my program??
- Followup-To: comp.os.ms-windows.programmer.tools.owl,comp.lang.c
- Date: 25 Mar 1996 20:08:28 GMT
- Organization: LI Net (Long Island Network)
- Message-ID: <4j6ufs$ehf@linet06.li.net>
- References: <3143BFEE.167EB0E7@fnx.com.au> <4j4kga$rtj@newsbf02.news.aol.com>
- NNTP-Posting-Host: linet04.li.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- MMuratet (mmuratet@aol.com) wrote:
- : Greetings All,
-
- : I have a set of routines in C (for random number generation) which I
- : compiled
- : C++ code, compile and link. The code compiles, but the two routines
- : generate
- : unknown symbol errors for the unresolved external. Any thoughts? Thanks.
- : Mike
-
- Besides adding the library to your project, make sure you #include any
- header files that may declare external variables...Check the
- documentation that came with the libraries for examples...
-